Extension point widgetConverters
In component org.nuxeo.ecm.platform.forms.layout.LayoutStore
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.forms.layout.descriptors.WidgetConverterDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="widgetConverters" target="org.nuxeo.ecm.platform.forms.layout.LayoutStore"> <widgetConverter name="labelTranslation" order="10"> <categories> <category>standalone</category> </categories> <converter-class> org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetLabeli18nConverter </converter-class> </widgetConverter> <widgetConverter name="directoryToSelectOptions" order="10"> <categories> <category>standalone</category> </categories> <converter-class> org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetDirectoryItemsConverter </converter-class> </widgetConverter> <widgetConverter name="coverageToSelectOptions" order="10"> <categories> <category>standalone</category> </categories> <converter-class> org.nuxeo.ecm.platform.forms.layout.io.plugins.CoverageWidgetConverter </converter-class> </widgetConverter> <widgetConverter name="subjectsToSelectOptions" order="10"> <categories> <category>standalone</category> </categories> <converter-class> org.nuxeo.ecm.platform.forms.layout.io.plugins.SubjectsWidgetConverter </converter-class> </widgetConverter> </extension>